home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / bdem22.zip / BDEMO020.TXT < prev    next >
Text File  |  1994-10-27  |  4KB  |  114 lines

  1. BUILDER TBROWSE WINDOWS
  2.  
  3. With version 2.2 of the Aeolus Builder the ability to generate TBrowse
  4. source code has been added.  Builder allows you to select from a list
  5. of several options to customize each TBrowse.
  6.  
  7. You may (by hand coding) add your own Key Handler which can either
  8. completely take over the TBrowse, intercept some keys, or just add new
  9. keys to be handled.
  10.  
  11. The default keys enabled for all Builder TBrowses are:
  12.  
  13. ESC                - Exits the TBrowse and returns to the calling function.
  14.  
  15. Ctrl + Enter       - Exits TBrowse and calls the following window, if any.
  16.  
  17. Down Arrow         - Move pointer to the next table record.
  18.  
  19. PgDn               - View the next screenful of records.
  20.  
  21. Ctrl + PgDn        - Display the records at the end of the current table.
  22.  
  23. Up Arrow           - Move pointer to the previous table record.
  24.  
  25. PgUp               - View the previous screenful of records.
  26.  
  27. Ctrl + PgUp        - Display the records at the beginning of the current
  28.                      table.
  29.  
  30. Right Arrow        - Move the edit pointer one column right.
  31.  
  32. Left Arrow         - Move the edit pointer one column left.
  33.  
  34. Ctrl + Left Arrow  - Shift the TBrowse columns to the right to view the
  35.                      column off the left screen border, if there is one.
  36.  
  37. Ctrl + Right Arrow - Shift the TBrowse columns to the left to view the
  38.                      column off the right screen border, if there is one.
  39.  
  40. Home               - Move the edit pointer to the leftmost column currently
  41.                      visible on the screen.
  42.  
  43. End                - Move the edit pointer to the rightmost column currently
  44.                      visible on the screen.
  45.  
  46. Ctrl + Home        - Move the edit pointer to the leftmost column on the
  47.                      TBrowse.
  48.  
  49. Ctrl + End         - Move the edit pointer to the rightmost column on the
  50.                      TBrowse.
  51.  
  52. Enter or any
  53.   Alphanumeric Key - If the column is editable the cursor will be displayed
  54.                      you can key data into the field.
  55.  
  56.                      If the column is a memo field the memo will be
  57.                      displayed.  If the memo is editable the cursor will be
  58.                      displayed and you will be able to edit the memo.
  59.  
  60.                      If the column calls a function the function will be
  61.                      called.
  62.  
  63. Alt + M            - Display a menu of currently available optional
  64.                      features.
  65.  
  66.  
  67. When creating a TBrowse from Builder there are many optional features that
  68. can be turned on or off.  The following list describes these.
  69.  
  70. Alt + N            - Toggle the "Record Number" column off/on.  This column,
  71.                      when turned on, will always be visible on the left of
  72.                      the TBrowse window.
  73.  
  74. Alt + D            - Delete the current database record.
  75.  
  76. Alt + E            - Delete the current TBrowse column and place it into
  77.                      the "Recoverable" columns list.
  78.  
  79. Alt + R            - Display a list of Recoverable TBrowse columns.  If a
  80.                      column is selected add it back into the TBrowse.
  81.  
  82. Alt + F            - Freeze the current TBrowse column.
  83.  
  84. Alt + U            - UnFreeze the last column that was frozen.
  85.  
  86. Alt + W            - Change the width of the current column.
  87.  
  88. Alt + O            - Change the database index order.
  89.  
  90. Alt + S            - Do an index search on the database.
  91.  
  92.  
  93. Note that each of the Alt + ? keystrokes are also listed in a menu.  Pressing
  94. the Alt + M key will display a menu containing only the set of options that
  95. were turned on for the TBrowse.
  96.  
  97.  
  98. Other optional features are:
  99.  
  100.  *   The ability to add records to the table by moving the edit pointer off
  101.      the bottom of the TBrowse.
  102.  
  103.  *   Select an alternate default color for a column.
  104.  
  105.  *   Change a column's color based on a condition.
  106.  
  107.  *   Display a pointer that is the full width of the window.
  108.  
  109.  *   Browse a subset of the database based on a relational condition.
  110.  
  111.  *   Allow/Disallow editing for a column
  112.  
  113. End of File **
  114.